-
Notifications
You must be signed in to change notification settings - Fork 626
OSB: fix incorrect links and add a FAQ #11475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Govind Kamat <[email protected]>
|
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
kolchfa-aws
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @gkamat! Could you rename FAQs to faqs? The convention on the doc site is to use lowercase letters for file names. Also, please see my rewording suggestions.
|
|
||
| You can take a look at the OSB log files, towards the end, where messages for the latest run will appear. | ||
|
|
||
| You also have the following options: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You also have the following options: | |
| If you need more help, you can: |
|
|
||
| ## Where are the OSB log files located? | ||
|
|
||
| By default, they are in the user's home directory, under `$HOME/.osb/osb.log`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| By default, they are in the user's home directory, under `$HOME/.osb/osb.log`. | |
| By default, the OSB log files are located in the your home directory, under `$HOME/.osb/osb.log`. |
|
|
||
| ## I'm looking for the latest updates to OSB. Where can I find the latest incremental build of OSB? | ||
|
|
||
| Incremental OSB builds are generated as Docker images when any new changes are merged to the codebase. They are available [here](https://hub.docker.com/r/opensearchstaging/opensearch-benchmark/tags). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Incremental OSB builds are generated as Docker images when any new changes are merged to the codebase. They are available [here](https://hub.docker.com/r/opensearchstaging/opensearch-benchmark/tags). | |
| Incremental OSB builds are generated as Docker images when any new changes are merged to the codebase. They are available on the [OpenSearch Benchmark Docker Hub page](https://hub.docker.com/r/opensearchstaging/opensearch-benchmark/tags). |
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Govind Kamat <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Govind Kamat <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Govind Kamat <[email protected]>
| By default, they are in the user's home directory, under `$HOME/.osb/osb.log`. | ||
|
|
||
|
|
||
| ## I'm looking for the latest updates to OSB. Where can I find the latest incremental build of OSB? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## I'm looking for the latest updates to OSB. Where can I find the latest incremental build of OSB? | |
| ## I'm looking for the latest updates to OSB. Where can I find the latest incremental build of OSB? |
Description
Fix incorrect links in OpenSearch Benchmark documentation. Add a
FAQpage.Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.